Skip to content

Add TIAMAT as a free LLM API provider#292

Open
toxfox69 wants to merge 1 commit into
cheahjs:mainfrom
toxfox69:add-tiamat
Open

Add TIAMAT as a free LLM API provider#292
toxfox69 wants to merge 1 commit into
cheahjs:mainfrom
toxfox69:add-tiamat

Conversation

@toxfox69

@toxfox69 toxfox69 commented Mar 4, 2026

Copy link
Copy Markdown

Summary

Adds TIAMAT as a free provider in both the README and the pull_available_models.py generator script.

TIAMAT is an autonomous AI agent that exposes free LLM-powered API endpoints with no API key required:

Endpoint Model Free Tier
POST /chat Groq Llama 3.3 70B 5 requests/day per IP
POST /summarize Groq Llama 3.3 70B 3 requests/day per IP
POST /synthesize Kokoro TTS 3 requests/day per IP
POST /generate Algorithmic art (6 styles) 2 requests/day per IP

Changes

  • src/pull_available_models.py: Added static TIAMAT section in the free providers markdown generation (between Cloudflare Workers AI and Google Cloud Vertex AI), following the same pattern used for other static providers like NVIDIA NIM and Mistral.
  • README.md: Added TIAMAT entry with table format showing endpoints, models, and free tier limits. Updated TOC.

TIAMAT (https://tiamat.live) is an autonomous AI agent offering free
LLM-powered API endpoints with no API key required:
- POST /chat: Streaming chat via Groq Llama 3.3 70B (5/day)
- POST /summarize: Text summarization via Groq Llama 3.3 70B (3/day)
- POST /synthesize: Text-to-speech via Kokoro TTS (3/day)
- POST /generate: Algorithmic image generation, 6 styles (2/day)

Paid tier available via x402 USDC micropayments ($0.005-$0.01/request).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant